SerialConnectionStatusOrBuilder

Functions

Link copied to clipboard
abstract fun getBaud(): Int

Serial baud rate
uint32 baud = 1;
Link copied to clipboard
abstract fun getIsConnected(): Boolean

Whether the device has an active connection or not
bool is_connected = 2;